home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TCONSOLEFORM / TCONSOLEFORM.txt
Text File  |  2004-02-29  |  476b  |  22 lines

  1. inherited ConsoleForm: TConsoleForm
  2.   Left = 341
  3.   Top = 358
  4.   Caption = 'ConsoleForm'
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   object dcConsole: TDosCommand
  9.     OnNewLine = dcConsoleNewLine
  10.     OnTerminated = dcConsoleTerminated
  11.     OnStart = dcConsoleStart
  12.     OnError = dcConsoleError
  13.     InputToOutput = False
  14.     MaxTimeAfterBeginning = -1
  15.     MaxTimeAfterLastOutput = -1
  16.     Priority = tpNormal
  17.     Delay = 0
  18.     Left = 160
  19.     Top = 8
  20.   end
  21. end
  22.